home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Editors
/
Emacs
/
Source
/
PanelLoader.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-30
|
270 b
|
20 lines
/* Interface for PanelLoader.
For legal stuff see the file COPYRIGHT. */
#import <appkit/appkit.h>
@interface PanelLoader: Object
{
id helpPanel;
id infoPanel;
id legalPanel;
id prefPanel;
}
-showHelp: sender;
-showInfo: sender;
-showPref: sender;
@end